home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / xshp15.zip / MAKEFILE < prev    next >
Text File  |  1991-12-29  |  394b  |  14 lines

  1. # Make file for 3D cube rotation example, with backface
  2. # removal and user translation & rotation control.
  3.  
  4. .c.obj:
  5.    bcc -c $<
  6.  
  7. .asm.obj:
  8.    tasm -ml -zi $*
  9.  
  10. xs.exe: xsharp.obj approt.obj initfix.obj movepoly.obj drawpobj.obj \
  11.    initcube.obj draw.obj fillcnvx.obj scan.obj mode.obj showpage.obj \
  12.    fillrect.obj fixed.obj initball.obj olist.obj xfproj.obj
  13.    tlink @linkresp
  14.